GrapeCity SPREAD for Windows Forms 12.0J
ActionResult<T> コンストラクタ(String,Type)


アクションの実行に関する詳細情報。
詳細な例外の種類
アクションの失敗結果を初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal details As String, _
   ByVal exceptionType As Type _
)
'使用法
 
Dim details As String
Dim exceptionType As Type
 
Dim instance As New ActionResult(Of T)(details, exceptionType)
public ActionResult<T>( 
   string details,
   Type exceptionType
)

パラメータ

details
アクションの実行に関する詳細情報。
exceptionType
詳細な例外の種類
参照

ActionResult<T> 構造体
ActionResult<T> メンバ
オーバーロード一覧

 

 


Copyright © 2004 GrapeCity inc.